IdeaBlade DevForce 2010 Help Reference
EntityQuery<T> Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityQuery<T> Class


The following tables list the members exposed by EntityQuery<T>.

Public Constructors

 NameDescription
Public ConstructorEntityQuery<T> ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCommandTimeout Gets or sets the wait time in seconds before terminating the attempt to execute a command and generating an error. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyElementTypeOverridden.  The type returned by this query.  
Public PropertyEntityManager Gets or sets the EntityManager to use when the query is run. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyEntitySetName Gets or sets the name of the Entity Data Model (EDM) entity set used by this query. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyExpressionSee System.Linq.IQueryable. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyIncludePaths Gets a collection of path strings in "Include" statements added to this query. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyIsDefaultEntitySet Returns whether the query is using the "default" entity set. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyIsExecuteQuery Gets whether the query can be executed immediately (e.g., the query ends with a call to First(), Single(), Last(), ElementAt() or performs an aggregation). Internal use only. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyIsNamedQuery Returns true if the query is a named query having a server query method. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyNamedQuery The named query, if any, that this query is based upon. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyNamedQueryMethod The named method, if any, that this query was based on. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyNamedQueryResultIsEnumerable Returns true if the query is an IQueryable. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyOriginalClientQuery The original query before being merged with any named query. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyParameters For use with Poco queries only. Otherwise closure variables should be used instead. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyQueryableType Gets the Entity type being queried. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyQueryStrategyGets or sets the QueryStrategy to use when executing this query. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public PropertyTag Gets or sets user-defined information regarding this query. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Top

Protected Properties

 NameDescription
Protected PropertyInternalQueryStrategy Returns the internal query strategy for this query. May be different from the QueryStrategy during the execution of a cache query. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Top

Public Methods

 NameDescription
Public MethodAddIncludePaths  
Public MethodAddParameterOverloaded.  For use with Poco queries only. Otherwise closure variables should be used instead. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public MethodAddToQueryCacheAdd this query to the QueryCache. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public MethodCast<TResult> Converts the elements of an EntityQuery{T} to the specified type.  
Public MethodCloneOverridden.  Creates a copy of this query.  
Public MethodCreateFinder Internal use only. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public MethodEquals (Inherited from object)
Public MethodGetEnumeratorInternal use only - part of IEnumerable implementation.  
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodInQueryCacheGets whether this query is in the QueryCache. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public MethodOfType<TResult> Filters the elements of an IEntityQuery based on a specified type.  
Public MethodRemoveIncludePaths Returns a new query with the specified "Include" paths removed. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public MethodRemoveParameter For use with Poco queries only. Otherwise closure variables should be used instead. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Public MethodToString (Inherited from object)
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Protected MethodUpdateSettingsFrom Internal use only. (Inherited from IdeaBlade.EntityModel.EntityQuery)
Top

See Also

© 2013 All Rights Reserved.